home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / trm / readme.txt < prev    next >
Text File  |  1996-10-07  |  3KB  |  69 lines

  1. -----------------------------------
  2. THE ROUTINE MASTER
  3. Advanced Code Generator for VB4
  4. -----------------------------------
  5.  
  6. The Routine Master is a VB4 addin that helps the programmer in
  7. writing subs, functions and property procedures in a snap. 
  8. You can specify the list of parameters and local variables, add
  9. an error handler, prevent from recursion, include a remark banner 
  10. and trace statements, with just a few clicks of the mouse.
  11.  
  12. The Routine Master is especially useful when it comes the time
  13. to write Property procedures. You can generate the code for 
  14. read-write, read-only or write-only properties, as well as
  15. "wrapper" procedures that return the value of a member variable.
  16. You can even automatically generate all the code needed to 
  17. implement "enumerated" procedures, i.e. procedures that return a
  18. string or a variant but are internally stored as an integer value.
  19.  
  20. The shareware version of The Routine Master is completely functional,
  21. only you have to type a random password each time you invoke it. 
  22.  
  23. The registered version adds the capability to generate more procedures
  24. in one call, and to save settings for reuse in future sessions.
  25. Registration is just $10, plus $2 for each registered user. 
  26. For more details see the TRM.HLP help file.
  27.  
  28. ------------------
  29. INSTALLATION NOTES
  30. ------------------
  31.  
  32. The Routine Master is designed to work as a VB4 addin, 
  33. but also works in stand-alone mode, though a few features 
  34. won't be available in the latter case.
  35.  
  36. You will find two versions of the program: TRM.EXE is for 32-bit 
  37. Windows platforms (win95 and NT), TRM16.EXE is for Windows 3.1.
  38.  
  39. To install The Routine Master, simply copy the TRM.EXE (or TRM16.EXE)
  40. and TRM.HLP files in a directory of your choice. If you did not install 
  41. VB4 bit you should also copy TABCTL32.OCX (or TABCTL16.OCX) into your 
  42. SYSTEM directory and use the REGOCX32.EXE (or REGOCX16.EXE) utility 
  43. to register it, issueing the following command from the Dos prompt
  44.  
  45.     REGOCX32 TABCLT32
  46. or
  47.     REGOCX16 TABCLT16
  48.  
  49. At this point you may run the TRM.EXE executable file once. 
  50. This will install the program as a OLE server and will notify 
  51. Visual Basic that it is ready to work as an addin. 
  52. You may now close the program, start VB4 and enable it in the 
  53. Add-In menu.
  54.  
  55. If you are working under Win95 or NT, the 32-bit version of TRM
  56. will work fluently with both versions of VB4.
  57.  
  58. To uninstall The Routine Master you may run it with the /UNREGSVR 
  59. flag on the command line. The next time VB4 will be executed it 
  60. will issue a warning that the addin is missing, and will remove 
  61. it from the list of available addins.
  62.  
  63. That's it! Enjoy the program.
  64.  
  65. -- Francesco Balena
  66.    email: fbalena@softdes.it
  67.  
  68.  
  69.